Home > biomechZoo > Toolbox > Biomech Ops > deriv_data.m

deriv_data

PURPOSE ^

data = DERIV_DATA(data,ch,f) differentiation of given channel(s) with filter options

SYNOPSIS ^

function data = deriv_data(data,ch,filt)

DESCRIPTION ^

 data = DERIV_DATA(data,ch,f) differentiation of given channel(s) with filter options

 ARGUMENTS
  data     ...  Zoo data
  ch       ...  Channel(s) to operate on (single string or cell array of strings)
  filt     ...  Filter options
                filt = 0: do not filter (default)
                filt = 1: filter data using 4th order butterworth low-pass with 10 Hz cutoff
                filt = struct: filter according to struc fields (see bmech_filter)
  
 RETURNS
  data    ...  Zoo data with differentiated channels appended with suffix '_dot'

 Notes
  - see BMECH_DERIV for general function notes 

 See also bmech_deriv, deriv_line, gradient, filter_line

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005